home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbboid / boidmain.frm (.txt) < prev    next >
Visual Basic Form  |  1999-09-18  |  42KB  |  1,262 lines

  1. VERSION 5.00
  2. Begin VB.Form frmMain 
  3.    Caption         =   "vbBoid : Example of emergent behaviour  
  4.  RL 1999"
  5.    ClientHeight    =   8055
  6.    ClientLeft      =   60
  7.    ClientTop       =   630
  8.    ClientWidth     =   11190
  9.    ForeColor       =   &H8000000F&
  10.    Icon            =   "Boidmain.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   8055
  14.    ScaleWidth      =   11190
  15.    StartUpPosition =   2  'CenterScreen
  16.    Begin VB.Frame Frame4 
  17.       Height          =   8055
  18.       Left            =   0
  19.       TabIndex        =   69
  20.       Top             =   0
  21.       Width           =   1875
  22.       Begin VB.HScrollBar HScroll1 
  23.          Height          =   255
  24.          Index           =   3
  25.          Left            =   120
  26.          Max             =   50
  27.          TabIndex        =   96
  28.          Top             =   360
  29.          Value           =   30
  30.          Width           =   1575
  31.       End
  32.       Begin VB.CommandButton Command1 
  33.          Caption         =   "Clear"
  34.          Height          =   375
  35.          Left            =   960
  36.          TabIndex        =   95
  37.          Top             =   7080
  38.          Width           =   855
  39.       End
  40.       Begin VB.CheckBox chkEnclosed 
  41.          Caption         =   "Enclosed"
  42.          Height          =   375
  43.          Left            =   180
  44.          TabIndex        =   94
  45.          Top             =   6660
  46.          Width           =   1335
  47.       End
  48.       Begin VB.CommandButton cmdExit 
  49.          Caption         =   "Exit"
  50.          Height          =   375
  51.          Left            =   60
  52.          TabIndex        =   87
  53.          Top             =   7500
  54.          Width           =   855
  55.       End
  56.       Begin VB.CheckBox chkShowCentre 
  57.          Caption         =   "Show"
  58.          Height          =   255
  59.          Left            =   840
  60.          TabIndex        =   86
  61.          Top             =   720
  62.          Width           =   735
  63.       End
  64.       Begin VB.HScrollBar HScroll1 
  65.          Height          =   255
  66.          Index           =   0
  67.          Left            =   120
  68.          Max             =   10
  69.          TabIndex        =   85
  70.          Top             =   960
  71.          Value           =   3
  72.          Width           =   1575
  73.       End
  74.       Begin VB.HScrollBar HScroll1 
  75.          Height          =   255
  76.          Index           =   1
  77.          Left            =   120
  78.          Max             =   10
  79.          TabIndex        =   84
  80.          Top             =   1560
  81.          Value           =   3
  82.          Width           =   1575
  83.       End
  84.       Begin VB.HScrollBar HScroll1 
  85.          Height          =   255
  86.          Index           =   2
  87.          Left            =   120
  88.          Max             =   10
  89.          TabIndex        =   83
  90.          Top             =   2160
  91.          Value           =   6
  92.          Width           =   1575
  93.       End
  94.       Begin VB.TextBox Text6 
  95.          Height          =   285
  96.          Left            =   1200
  97.          TabIndex        =   82
  98.          Text            =   ".5"
  99.          Top             =   3060
  100.          Width           =   495
  101.       End
  102.       Begin VB.CommandButton cmdExecute 
  103.          Caption         =   "Execute"
  104.          Height          =   375
  105.          Left            =   60
  106.          TabIndex        =   81
  107.          Top             =   7080
  108.          Width           =   855
  109.       End
  110.       Begin VB.TextBox Text5 
  111.          Height          =   285
  112.          Left            =   1200
  113.          TabIndex        =   80
  114.          Text            =   "80"
  115.          Top             =   2580
  116.          Width           =   495
  117.       End
  118.       Begin VB.CheckBox chkGrid 
  119.          Caption         =   "Show Grid"
  120.          Height          =   255
  121.          Left            =   180
  122.          TabIndex        =   79
  123.          Top             =   5160
  124.          Width           =   1335
  125.       End
  126.       Begin VB.CheckBox chkTrails 
  127.          Caption         =   "Show Trails"
  128.          Height          =   255
  129.          Left            =   180
  130.          TabIndex        =   78
  131.          Top             =   4800
  132.          Width           =   1335
  133.       End
  134.       Begin VB.TextBox Text7 
  135.          Height          =   285
  136.          Left            =   1200
  137.          TabIndex        =   77
  138.          Text            =   "4"
  139.          Top             =   3540
  140.          Width           =   495
  141.       End
  142.       Begin VB.CheckBox chkShowSep 
  143.          Caption         =   "Show "
  144.          Height          =   255
  145.          Left            =   840
  146.          TabIndex        =   76
  147.          Top             =   1320
  148.          Width           =   735
  149.       End
  150.       Begin VB.CheckBox chkShowAlign 
  151.          Caption         =   "Show "
  152.          Height          =   255
  153.          Left            =   840
  154.          TabIndex        =   75
  155.          Top             =   1920
  156.          Width           =   855
  157.       End
  158.       Begin VB.CheckBox chkShowSensor 
  159.          Caption         =   "Show Vision"
  160.          Height          =   255
  161.          Left            =   180
  162.          TabIndex        =   74
  163.          Top             =   4440
  164.          Width           =   1335
  165.       End
  166.       Begin VB.CheckBox chkShowBox 
  167.          Caption         =   "Show Obstacle Box"
  168.          Height          =   375
  169.          Left            =   180
  170.          TabIndex        =   73
  171.          Top             =   5520
  172.          Width           =   1335
  173.       End
  174.       Begin VB.CheckBox chkShowColours 
  175.          Caption         =   "Show Colours"
  176.          Height          =   255
  177.          Left            =   180
  178.          TabIndex        =   72
  179.          Top             =   4080
  180.          Width           =   1335
  181.       End
  182.       Begin VB.CheckBox chkShowArrow 
  183.          Caption         =   "Show Arrow"
  184.          Height          =   375
  185.          Left            =   180
  186.          TabIndex        =   71
  187.          Top             =   5940
  188.          Width           =   1335
  189.       End
  190.       Begin VB.CheckBox chkShowCircle 
  191.          Caption         =   "Show Circle"
  192.          Height          =   375
  193.          Left            =   180
  194.          TabIndex        =   70
  195.          Top             =   6300
  196.          Width           =   1335
  197.       End
  198.       Begin VB.Label Label3 
  199.          Caption         =   "Boid Count"
  200.          Height          =   255
  201.          Index           =   6
  202.          Left            =   120
  203.          TabIndex        =   97
  204.          Top             =   120
  205.          Width           =   1695
  206.       End
  207.       Begin VB.Label Label3 
  208.          Caption         =   "Centre"
  209.          Height          =   255
  210.          Index           =   0
  211.          Left            =   120
  212.          TabIndex        =   93
  213.          Top             =   720
  214.          Width           =   735
  215.       End
  216.       Begin VB.Label Label3 
  217.          Caption         =   "Separate"
  218.          Height          =   255
  219.          Index           =   1
  220.          Left            =   120
  221.          TabIndex        =   92
  222.          Top             =   1320
  223.          Width           =   735
  224.       End
  225.       Begin VB.Label Label3 
  226.          Caption         =   "Align"
  227.          Height          =   255
  228.          Index           =   2
  229.          Left            =   120
  230.          TabIndex        =   91
  231.          Top             =   1920
  232.          Width           =   735
  233.       End
  234.       Begin VB.Label Label3 
  235.          Caption         =   "Sensor Range (Pix)"
  236.          Height          =   495
  237.          Index           =   3
  238.          Left            =   120
  239.          TabIndex        =   90
  240.          Top             =   2580
  241.          Width           =   975
  242.       End
  243.       Begin VB.Label Label3 
  244.          Caption         =   "Max Turn (Rad)"
  245.          Height          =   495
  246.          Index           =   4
  247.          Left            =   120
  248.          TabIndex        =   89
  249.          Top             =   3060
  250.          Width           =   735
  251.       End
  252.       Begin VB.Label Label3 
  253.          Caption         =   "Field of View (Rad)"
  254.          Height          =   495
  255.          Index           =   5
  256.          Left            =   120
  257.          TabIndex        =   88
  258.          Top             =   3540
  259.          Width           =   855
  260.       End
  261.    End
  262.    Begin VB.Frame Frame3 
  263.       Height          =   7215
  264.       Left            =   11760
  265.       TabIndex